home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Library / IntegerGadgetClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  254 b   |  12 lines

  1. #ifndef INTEGERGADGETCLASS_H
  2. #define INTEGERGADGETCLASS_H
  3.  
  4. #include "IntegerGadget.h"
  5. #include "ValuatorClass.h"
  6.  
  7.  
  8. struct ValuatorClass *IntegerGadgetClass __PARMS(( void ));
  9.  
  10. void IntegerGadgetClass_Init __PARMS(( struct ValuatorClass *class ));
  11.  
  12. #endif